home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
1_2002.ISO
/
Data
/
Zips
/
ThreadRunn60422382002.psc
/
BGTRDemo
/
DBWorks DLL
/
Modules
/
modMain.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2002-03-06
|
265 b
|
14 lines
Attribute VB_Name = "modMain"
Option Explicit
'Sub Main is executed when the DLL loads and simply initializes
'the default no data byte array one time for the life of the DLL
Sub Main()
ReDim g_arNoData(0)
g_arNoData(0) = BYTE_OFF
End Sub